IMG LOAD IMAGE
That command will create a new image from an image stored in a file (on disk). It handle all image files formats that DarkBASIC Professional handle. It work in the same way than usual LOAD IMAGE command from default DarkBASIC Professional command set.

SYNTAX
ImageNumber = IMG Load Image( Filename$ )
ImageNumber = IMG Load Image( Filename$, MipMapMode )

ADDITIONAL INFORMATIONS
IMAGE Commands Menu
Index

SAMPLE
Demonstration Sample